All Questions
4 questions
-2votes
1answer
103views
List all of the files starting with sh, sr, se, th, tr or te
How can I list all of the files starting with the sequence sh, sr, se, th, tr or te (either letter could be upper or lowercase).
-1votes
1answer
68views
How to Search & Replace a phrase in many HTML files at once? (Using a terminal)
How to delete the words "display:none;" from 100 html files at once?
11votes
5answers
6kviews
How to print file content only if the first line matches a certain pattern?
I am writing a script, I want to check if the first line of the file matches a certain pattern and if it does then print out the file. How can I achieve this? How do I check for pattern? Is there a ...
2votes
4answers
3kviews
Replace regex match with string containing match
I have a file with text as Afghanistan=+93 Albania=+355 Algeria=+213 American Samoa=+1 Andorra=+376 Angola=+244 It has all the country list and its dialing code. I want to replace: Afghanistan=+...